home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / usr / share / doc / fusesmb / copyright < prev    next >
Encoding:
Text File  |  2006-06-20  |  3.1 KB  |  75 lines

  1. This package was debianized by Samuel Mimram <smimram@debian.org> on
  2. Wed,  3 May 2006 23:28:47 +0200.
  3.  
  4. It was downloaded from http://www.ricardis.tudelft.nl/~vincent/fusesmb/
  5.  
  6. Copyright Holder: Vincent Wagelaar <vincent@ricardis.tudelft.nl>
  7.  
  8. License:
  9.  
  10.    This package is free software; you can redistribute it and/or modify
  11.    it under the terms of the GNU General Public License as published by
  12.    the Free Software Foundation; either version 2 of the License, or
  13.    (at your option) any later version.
  14.  
  15.    This package is distributed in the hope that it will be useful,
  16.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  17.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  18.    GNU General Public License for more details.
  19.  
  20.    You should have received a copy of the GNU General Public License
  21.    along with this package; if not, write to the Free Software
  22.    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  23.  
  24. On Debian systems, the complete text of the GNU General
  25. Public License can be found in `/usr/share/common-licenses/GPL'.
  26.  
  27.  
  28.  
  29. Some of the files in fusesmb's source code are under different (but compatible)
  30. licenses.
  31.  
  32.  
  33. * configfile.c and stringlist.c are under a MIT license:
  34.  
  35.   The MIT License
  36.  
  37.   Copyright (c) 2006 Vincent Wagelaar
  38.  
  39.   Permission is hereby granted, free of charge, to any person obtaining a
  40.   copy of this software and associated documentation files (the
  41.   "Software"), to deal in the Software without restriction, including
  42.   without limitation the rights to use, copy, modify, merge, publish,
  43.   distribute, sublicense, and/or sell copies of the Software, and to
  44.   permit persons to whom the Software is furnished to do so, subject to
  45.   the following conditions:
  46.  
  47.   The above copyright notice and this permission notice shall be included
  48.   in all copies or substantial portions of the Software.
  49.  
  50.   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
  51.   OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  52.   MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  53.   IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  54.   CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  55.   TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  56.   SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  57.  
  58.  
  59. * hash.c is under the following license:
  60.  
  61.   Hash Table Data Type
  62.   Copyright (C) 1997 Kaz Kylheku <kaz@ashi.footprints.net>
  63.  
  64.   Free Software License:
  65.  
  66.   All rights are reserved by the author, with the following exceptions:
  67.   Permission is granted to freely reproduce and distribute this software,
  68.   possibly in exchange for a fee, provided that this copyright notice appears
  69.   intact. Permission is also granted to adapt this software to produce
  70.   derivative works, as long as the modified versions carry this copyright
  71.   notice and additional notices stating that the work has been modified.
  72.   This source code may be translated into executable form and incorporated
  73.   into proprietary software; there is no requirement for such software to
  74.   contain a copyright notice related to this source.
  75.